Skip to content

Pin CI to same nightly as test runner - #179

Merged
BNAndras merged 2 commits into
exercism:mainfrom
BNAndras:update-test-ci
Oct 30, 2025
Merged

BNAndras merged 2 commits into
exercism:mainfrom
BNAndras:update-test-ci

Conversation

@BNAndras

Copy link
Copy Markdown
Member

No description provided.

@BNAndras BNAndras added x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows) x:rep/tiny Tiny amount of reputation labels Jul 23, 2025
@BNAndras

Copy link
Copy Markdown
Member Author

Alright, I think I resolved the breakage. In Tournament, we use vertical lines in the expected output. ~|foo| interpolates a string using the value of foo. Some combination of unitt and Arturo at this particular nightly is seeing "Team |MP| ..." as us wanting to interpolate the value of MP even though we don't have the tilde prefixing the string. This behavior doesn't happen in the REPL which correctly prints Team |MP| .... It also doesn't happen with the same version of unitt on a later nightly so it must be using some functionality inside Arturo that subtly changed in the last couple of months.

I think the easiest solution is to swap out the vertical bar for something similar like ❙ (MEDIUM VERTICAL BAR). I can clarify this situation in the append Glenn already made.

@BNAndras
BNAndras merged commit dbfe69e into exercism:main Oct 30, 2025
2 checks passed
@BNAndras
BNAndras deleted the update-test-ci branch October 30, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/tiny Tiny amount of reputation x:type/ci Work on Continuous Integration (e.g. GitHub Actions workflows)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants